projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a6687
)
(Fload): Remove unused label.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 28 May 2001 12:05:45 +0000
(12:05 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 28 May 2001 12:05:45 +0000
(12:05 +0000)
src/ChangeLog
patch
|
blob
|
history
src/lread.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 105ef2ec7fa540faf6d41593fd56d6612b5f4c21..d7d070fe03dabbb32ff4cb3b661005f8515e74bc 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,11
@@
2001-05-28 Gerd Moellmann <gerd@gnu.org>
+ * editfns.c (char_property_eq): Put in #if 0.
+
+ * indent.c (string_display_width): Put in #if 0.
+
+ * lread.c (Fload): Remove unused label.
+
* termcap.c (speeds): Put in #if 0.
2001-05-18 Gerd Moellmann <gerd@gnu.org>
diff --git
a/src/lread.c
b/src/lread.c
index 3f2e747c998d26eae37bceef44ab73dbfc255d0f..8a357b7af4769229934cbb69ef300d7574b0a4d0 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-777,8
+777,6
@@
Return t if file exists.")
}
else
{
- load_source:
-
/* We are loading a source file (*.el). */
if (!NILP (Vload_source_file_function))
{